-
Notifications
You must be signed in to change notification settings - Fork 160
feat(grid): style inputs in the context of cell #16451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds styling overrides for input components within grid cells to ensure proper visual integration. The changes apply to various Ignite UI input components (input-group, combo, select, date/time pickers) to make them display correctly within the grid cell context.
Key changes:
- Extends cell input overrides placeholder
- Sets height to 'auto' for multiple input component types within cells
- Applies transparent background to igx-input-group components
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1192,6 +1192,21 @@ | |||
| align-items: center; | |||
| outline-style: none; | |||
|
|
|||
| @extend %cell-input-overrides; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you are extending this here, you can remove that same extend from igx-grid-td--editing since the base class igx-grid_td is always present
|
@simeonoff @sdimchevski I fixed the disabled states for the combo and input in the context of grid cell to use the But I have a question - for the idle state of the toggle button, should it be using it's own |

Closes #16360
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)